Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.platform.explorer.actions--actions

This contribution is part of XML component org.nuxeo.platform.explorer.actions inside nuxeo-apidoc-webengine-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="PlatformExplorer" label="admcommand.explorer" link="view_admin-fragment.xhtml" order="40">
          <category>NUXEO_ADMIN</category>
          <filter-id>only_for_manager</filter-id>
        </action>
  • <action id="PlatformExplorerBrowse" label="tab.explorer.browse" link="/incl/apidoc/browse.xhtml" order="20">
              <category>PlatformExplorer_sub_tab</category>
              <filter-id>only_for_manager</filter-id>
            </action>
  • <action id="PlatformExplorerXP" label="tab.explorer.xp" link="/incl/apidoc/xp.xhtml" order="30">
              <category>PlatformExplorer_sub_tab</category>
              <filter-id>only_for_manager</filter-id>
            </action>
  • <action id="PlatformExplorerSeam" label="tab.explorer.seam" link="/incl/apidoc/seamcomponents.xhtml" order="40">
              <category>PlatformExplorer_sub_tab</category>
              <filter-id>only_for_manager</filter-id>
            </action>
  • <action id="PlatformExplorerOp" label="tab.explorer.operations" link="/incl/apidoc/operations.xhtml" order="50">
              <category>PlatformExplorer_sub_tab</category>
              <filter-id>only_for_manager</filter-id>
            </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">


    <action id="PlatformExplorer" label="admcommand.explorer" link="view_admin-fragment.xhtml" order="40">
      <category>NUXEO_ADMIN</category>
      <filter-id>only_for_manager</filter-id>
    </action>

        <action id="PlatformExplorerBrowse" label="tab.explorer.browse" link="/incl/apidoc/browse.xhtml" order="20">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

        <action id="PlatformExplorerXP" label="tab.explorer.xp" link="/incl/apidoc/xp.xhtml" order="30">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

        <action id="PlatformExplorerSeam" label="tab.explorer.seam" link="/incl/apidoc/seamcomponents.xhtml" order="40">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

        <action id="PlatformExplorerOp" label="tab.explorer.operations" link="/incl/apidoc/operations.xhtml" order="50">
          <category>PlatformExplorer_sub_tab</category>
          <filter-id>only_for_manager</filter-id>
        </action>

  </extension>